Initializes a new instance of the
C1SelectDataCollection<S,T> class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Collections.IEnumerable, _
ByVal As System.Func(Of Integer,S,T) _
)
public C1SelectDataCollection<S,T>(
System.Collections.IEnumerable ,
System.Func<int,S,T>
)
パラメータ
- source
- The source.
- select
- Select function which converts a source item into an item of this collection.
参照